Object

ScopeV2Input

Specifies the input fields required to set the scope of a site.

Fields

start_urls(): [String!]!
The URLs that Burp Scanner begins the scan from.
in_scope_url_prefixes(): [String!]
A list of URLs that Burp Scanner is allowed to scan. If the list is empty, the site scope is automatically derived from the start URLs.
out_of_scope_url_prefixes(): [String!]
A list of URLs that will be skipped during scans of this site. For example, if a particular subdirectory contains sensitive data, you can enter its URL here to exclude it from scans. All subdirectories of an excluded URL will also be skipped.
protocol_options(): ScopeProtocolOptions!
Options to determine which protocols are used when scanning your site's URLs.